Skip to main content

passKey

Type​

property

Summary​

Enters a password for a locked stack, letting the user modify the stack.

Syntax​

set the passKey of <stack> to <passwordString>

Description​

Use the passKey property to unlock a password -protected stack.

If a stack has been locked against modification with a password, you can set the passKey property of the stack to the correct password to unlock the stack. Setting the passKey property is the script equivalent of typing the password into LiveCode's password dialog box. Use this property if you want to perform password authentication in a handler.

note

Script only stacks are unable to be password protected. In order to password protect a script only stack use the following commands.

    set the scriptOnly of stack \"Secrets\" to false
set the password of stack \"Secrets\" to field \"Password\"

Examples​

set the passKey of this stack to field "Challenge"

Value​

NameTypeDescription

value

The passKey of a stack is a string. By default, the passKey property of newly created stacks is set to empty.

object: stack

property: password, script

function: stacks

glossary: property, unlock, dialog box, handler

keyword: string

Compatibility and Support​

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?